func runtime.mallocgcSmallNoScanSC2

18 uses

	runtime (current package)
		malloc_generated.go#L4307: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L4463: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L4619: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L4775: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L4931: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L5087: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L5243: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L5399: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L5555: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L5711: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L5867: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L6023: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L6179: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L6335: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L6491: 		return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_generated.go#L6643: func mallocgcSmallNoScanSC2(size uintptr, typ *_type, needzero bool) unsafe.Pointer {
		malloc_stubs.go#L69: 			return mallocgcSmallNoScanSC2(size, typ, needzero)
		malloc_tables_generated.go#L541: 	mallocgcSmallNoScanSC2,